home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Languages
/
THIN C 2.0
/
Projects
/
postfix
/
postfix.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-01-23
|
113 b
|
8 lines
|
[
TEXT/THIN
]
main()
{
int myInt;
myInt = 5;
printf( "myInt ---> %d\n", myInt++ );
printf( "myInt ---> %d", ++myInt );
}